home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 86 / PC Zone #086.7z / Dppcz0200.mdf / Editor.ial / Messiah / messiahpatch.exe / data1.cab / Program_Executable_Files / messiahscripts / MessiahScripts.mak < prev    next >
Text File  |  1999-11-28  |  3KB  |  125 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Based on MessiahScripts.dsp
  2. !IF "$(CFG)" == ""
  3. CFG=MessiahScripts - Win32 Debug
  4. !MESSAGE No configuration specified. Defaulting to MessiahScripts - Win32 Debug.
  5. !ENDIF 
  6.  
  7. !IF "$(CFG)" != "MessiahScripts - Win32 Release" && "$(CFG)" != "MessiahScripts - Win32 Debug"
  8. !MESSAGE Invalid configuration "$(CFG)" specified.
  9. !MESSAGE You can specify a configuration when running NMAKE
  10. !MESSAGE by defining the macro CFG on the command line. For example:
  11. !MESSAGE 
  12. !MESSAGE NMAKE /f "MessiahScripts.mak" CFG="MessiahScripts - Win32 Debug"
  13. !MESSAGE 
  14. !MESSAGE Possible choices for configuration are:
  15. !MESSAGE 
  16. !MESSAGE "MessiahScripts - Win32 Release" (based on "Win32 (x86) Console Application")
  17. !MESSAGE "MessiahScripts - Win32 Debug" (based on "Win32 (x86) Console Application")
  18. !MESSAGE 
  19. !ERROR An invalid configuration is specified.
  20. !ENDIF 
  21.  
  22. !IF "$(OS)" == "Windows_NT"
  23. NULL=
  24. !ELSE 
  25. NULL=nul
  26. !ENDIF 
  27.  
  28. CPP=cl.exe
  29. RSC=rc.exe
  30.  
  31. !IF  "$(CFG)" == "MessiahScripts - Win32 Release"
  32.  
  33. OUTDIR=.\Release
  34. INTDIR=.\Release
  35.  
  36. ALL : 
  37.  
  38.  
  39. CLEAN :
  40.     -@erase 
  41.  
  42. "$(OUTDIR)" :
  43.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  44.  
  45. CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"$(INTDIR)\MessiahScripts.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  46. BSC32=bscmake.exe
  47. BSC32_FLAGS=/nologo /o"$(OUTDIR)\MessiahScripts.bsc" 
  48. BSC32_SBRS= \
  49.     
  50. LINK32=link.exe
  51. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\MessiahScripts.pdb" /machine:I386 /out:"$(OUTDIR)\MessiahScripts.exe" 
  52. LINK32_OBJS= \
  53.     
  54.  
  55. !ELSEIF  "$(CFG)" == "MessiahScripts - Win32 Debug"
  56.  
  57. OUTDIR=.\Debug
  58. INTDIR=.\Debug
  59.  
  60. ALL : 
  61.  
  62.  
  63. CLEAN :
  64.     -@erase 
  65.  
  66. "$(OUTDIR)" :
  67.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  68.  
  69. CPP_PROJ=/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\MessiahScripts.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  70. BSC32=bscmake.exe
  71. BSC32_FLAGS=/nologo /o"$(OUTDIR)\MessiahScripts.bsc" 
  72. BSC32_SBRS= \
  73.     
  74. LINK32=link.exe
  75. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\MessiahScripts.pdb" /debug /machine:I386 /out:"$(OUTDIR)\MessiahScripts.exe" /pdbtype:sept 
  76. LINK32_OBJS= \
  77.     
  78.  
  79. !ENDIF 
  80.  
  81. .c{$(INTDIR)}.obj::
  82.    $(CPP) @<<
  83.    $(CPP_PROJ) $< 
  84. <<
  85.  
  86. .cpp{$(INTDIR)}.obj::
  87.    $(CPP) @<<
  88.    $(CPP_PROJ) $< 
  89. <<
  90.  
  91. .cxx{$(INTDIR)}.obj::
  92.    $(CPP) @<<
  93.    $(CPP_PROJ) $< 
  94. <<
  95.  
  96. .c{$(INTDIR)}.sbr::
  97.    $(CPP) @<<
  98.    $(CPP_PROJ) $< 
  99. <<
  100.  
  101. .cpp{$(INTDIR)}.sbr::
  102.    $(CPP) @<<
  103.    $(CPP_PROJ) $< 
  104. <<
  105.  
  106. .cxx{$(INTDIR)}.sbr::
  107.    $(CPP) @<<
  108.    $(CPP_PROJ) $< 
  109. <<
  110.  
  111.  
  112. !IF "$(NO_EXTERNAL_DEPS)" != "1"
  113. !IF EXISTS("MessiahScripts.dep")
  114. !INCLUDE "MessiahScripts.dep"
  115. !ELSE 
  116. !MESSAGE Warning: cannot find "MessiahScripts.dep"
  117. !ENDIF 
  118. !ENDIF 
  119.  
  120.  
  121. !IF "$(CFG)" == "MessiahScripts - Win32 Release" || "$(CFG)" == "MessiahScripts - Win32 Debug"
  122.  
  123. !ENDIF 
  124.  
  125.